Einhugur macOS Bridge plugin.

NSColorList.Insert Method

Inserts into the list

Insert(
   key as String,
   index as UInt32,
   value as EinhugurMacOSBridge.NSColor)

Parameters

key
Key of the color to insert.
index
Index of the color to insert.
value
The NSColor to be inserted.

Remarks

See Also

NSColorList Class